home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 April / april_2001.iso / intercd / root / Multimedia / Image / ^Icon_Edit / IconEdit.cab / ANI-B.IES < prev    next >
Encoding:
Text File  |  1998-12-05  |  1.4 KB  |  74 lines

  1.  
  2. NAME: Animate one background
  3. PURPOSE: Animate the background of the current icon
  4.          Icon 1 = Background
  5.          Icon 2 = Foreground
  6. ---------------------------------------------------
  7.  
  8. MSG: Load the file car1-1.ico to slot 1 and car1-2.ico to slot 2... (these icons are located in the scripts directory),65,Information
  9.  
  10. Shift icon 1 one pixel to the right and copy it to the clipboard
  11.    ICON: 1
  12.    KEY: {F9}
  13.    KEY: 6
  14.    KEY: %O
  15.    KEY: C
  16.  
  17. Paste icon 1 into icon 3
  18.    ICON: 3
  19.    KEY: V
  20.  
  21. Copy icon 2 to the clipboard
  22.    ICON: 2
  23.    KEY: C
  24.  
  25. Paste icon 2 into icon 3
  26.    ICON: 3
  27.    KEY: V
  28.  
  29. Create a new animation
  30.    KEY: %(AN)
  31.  
  32. Copy icon 3 to the first frame of the animation and wait to finish this action
  33.    KEY: %(AO)
  34.    WAIT: 1
  35.  
  36. ----------
  37.  
  38. Repeat the following block 31 times to create an animation with 32 frames
  39.  
  40.    LOOP: 31
  41.       Shift icon 1 one pixel to the right and copy it to the clipboard
  42.          ICON: 1
  43.          KEY: {F9}
  44.          KEY: 6
  45.          KEY: %O
  46.          KEY: C
  47.  
  48.       Paste icon 1 into icon 3
  49.          ICON: 3
  50.          KEY: V
  51.  
  52.       Copy icon 2 to the clipboard
  53.          ICON: 2
  54.          KEY: C
  55.  
  56.       Paste icon 2 into icon 3
  57.          ICON: 3
  58.          KEY: V
  59.  
  60.       Insert the icon at the end of the animation
  61.          KEY: I
  62.          KEY: %E
  63.          KEY: %O
  64.    END LOOP
  65.  
  66. ----------
  67.  
  68.  
  69. Set Jiffies to '1'
  70.    KEY: %J
  71.    KEY: {HOME}
  72.  
  73.  
  74.